Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / ClearRange Method
Index of the starting.
The count.

In This Topic
    ClearRange Method (C1DynamicList<T>)
    In This Topic
    Sets to null the items in the range for the specified parameters startingIndex and count.
    Syntax
    'Declaration
     
    
    Public Sub ClearRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void ClearRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    Index of the starting.
    count
    The count.
    See Also